AWS CLI
初期設定
Dockerコマンドをインストールする
credentioalsを配置
とても重要な情報は~/.aws/credentials
The AWS CLI stores sensitive credential information that you specify with aws configure in a local file named credentials, in a folder named .aws in your home directory.
ぼちぼち重要な情報は~/.aws/config
The less sensitive configuration options that you specify with aws configure are stored in a local file named config, also stored in the .aws folder in your home directory.
awsコマンドにaliasを貼る
alias aws='docker run --rm -it -v ~/.aws:/root/.aws -v $(pwd):/aws amazon/aws-cli'
設定できたか確認
aws configulre list --profile XXX
V2の公式インストーラーでインストールできない
brewではV1が配布されているが、公式Docには導入手順が存在しない